﻿@charset "utf-8";
/* CSS Document */

.fullSlide {
	width:100%;
	position:relative;
	height:700px;
	background:#000;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
  height:700px;
}
.fullSlide .bd li {
	width:100% !important;
	height:700px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:500px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:8px;
	height:8px;
	margin:0px 5px;
	overflow:hidden;
	background:#9b9d9b;
	border-radius:100%;
}
.fullSlide .hd ul .on {
	background:#007aff;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:24px;
	height:44px;
	background:url(/templates/images/rol.png) no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background:url(/templates/images/ror.png) no-repeat;
}


/*.i_banner li{width:100%; height:500px;}
.i_banner li a{display:block; width:100%; height:500px;}
.i_banner_p{position:absolute; width:100%; left:0; bottom:15px; text-align:center;}
.i_banner_p a{display:inline-block; margin:0 5px; width:8px; height:8px; border-radius:100%; overflow:hidden; background:#9b9d9b;}
.i_banner_p a:hover{ background:#007aff;}
.i_banner_p a.on{ background:#007aff;}*/

